.model-top{
	height: 70px;
}
.model-tit{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.gd-sgbox>ul>li{
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.gd-sgbox>ul>li:nth-child(6n){
	margin-right: 0;
}
.gd-sgbox>ul>li>a{
	display: block;
}
.gd-img{
    background-color:rgb( 255, 255, 255 );
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.gd-bt{
	height: 100px;
	background-color: #f1f2f6;
	padding: 10px 30px;
	text-align: center;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	 -webkit-align-items:center;
	 -moz-align-items:center;
	 -ms-align-items:center;
	 -o-align-items:center;
	 align-items:center;
	 font-size: 14px;
	 color: #444444;
}
.model-cuscon .proxg-li {
    padding: 0px;
	padding-top: 40px;
}